HelloWorld102

Print
Apex classe Details
Name HelloWorld102
Label HelloWorld102
Status Inactive
Api Version
Apex Code
Public Class
HelloWorld102
{
Public static void Method1(){
//bonjour c
System.debug('Capital Info Solutions');

}

Public void method2(){

System.debug('Osmaina University');

}

}